To publish Spongebob as a marker in RViz using Python, you can follow these steps:
main.py150 chars6 lines
main.py118 chars3 lines
main.py289 chars7 lines
main.py291 chars6 lines
main.py33 chars2 lines
/spongebob_marker
.Your final Python script should look like this:
main.py851 chars22 lines
Note: Replace my_package
with the name of your ROS package, and spongebob.stl
with the filename and extension of your Spongebob mesh file.
gistlibby LogSnag