Skip to content

Foxglove extension providing ROS2 parameter functionality over a rosbridge

License

Notifications You must be signed in to change notification settings

nobleo/ros2-parameter-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS2 Parameters Extension

A Foxglove Studio Extension

The ROS2 Parameters Extension provides parameter functionality for all your ROS2 nodes including:

  • View a node's parameter names, types, and values in a table format
  • Set new parameter values for all types of parameters on a node
  • Load a previous configuration from a .yml file stored on your computer

This plugin relies on the /rosapi/nodes service to be available on the robot in order to build a list of running nodes. This can either be done by making sure rosbridge_server is running:

ros2 launch rosbridge_server rosbridge_websocket_launch.xml

or solely the rosapi node:

ros2 run rosapi rosapi_node

About

Foxglove extension providing ROS2 parameter functionality over a rosbridge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%