carzum / termviz

ROS visualisation on the terminal
MIT License
385 stars 22 forks source link

footprint should be optional and the name a parameter #11

Closed Eman7C7 closed 3 years ago

Eman7C7 commented 3 years ago

Currently everything is hard-coded to read the param /footprint. We should consider the possibility of the parameter not being published (and not crash). The parameter name could also be either customizable in the config or even better we could remove the concept of footprint altogether and support geometry_msgs::PolygonStamped (as it's done in rviz)