dheera / rosboard

ROS node that turns your robot into a web server to visualize ROS topics
Other
822 stars 161 forks source link

Feature request: set title #120

Closed Timple closed 3 weeks ago

Timple commented 8 months ago

Currently the title is set to the hostname via socket.gethostname().

For us this is a random generated, so not very descriptive. Ideally one can set this 'title' via a ROS parameter. Which can still default to the hostname of course.

dheera commented 3 weeks ago

Done, you should be able to do it with ros2 run rosboard rosboard_node --ros-args -p title:=foobar