[ros-users] [Discourse.ros.org] [Next Generation ROS] Status…

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Brannon King via ros-users
Dato:  
Til: ros-users
CC: Brannon King
Emne: [ros-users] [Discourse.ros.org] [Next Generation ROS] Status on configurable topic renames and qos?


What is the plan and status on being able to rename topics from the command line?

I see that we are getting argv passed into rclcpp::init. That means we should be able to make use of some command line parameters deep in the node. I would like something like this for renames:

my_node --ros_topic_rename /compiled-in_topic_name /new_topic_name

and like this for duplicating output or handling multiple input messages:

my_node --ros_topic_clone /compiled-in_topic_name /additional_topic_name

and like this for silencing output (or maybe ignoring input) when there is a conflict:

my_node --ros_topic_silenced /compiled-in_topic_name

and like this for qos:

my_node --ros_topic_qos /compiled-in_topic_name standard_qos_identifier

And what did we decide on the clock? Something like this?

my_node --ros_clock_topic /clock

I still think an environment variable for the clock would be useful as the same thing would apply to many nodes.

Command line parameters or environment variables to put all topics into a partition also seems useful to me.





---
[Visit Topic](https://discourse.ros.org/t/status-on-configurable-topic-renames-and-qos/3263/1) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>