-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Light Message, also bridge Color (#187)
Signed-off-by: William Lew <[email protected]> Signed-off-by: ahcorde <[email protected]> Co-authored-by: ahcorde <[email protected]>
- Loading branch information
1 parent
91b84ef
commit dcd68ff
Showing
16 changed files
with
471 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ def generate_test_description(): | |
executable='parameter_bridge', | ||
arguments=[ | ||
'/bool@std_msgs/msg/[email protected]', | ||
'/color@std_msgs/msg/[email protected]', | ||
'/empty@std_msgs/msg/[email protected]', | ||
'/float@std_msgs/msg/[email protected]', | ||
'/double@std_msgs/msg/[email protected]', | ||
|
@@ -61,6 +62,7 @@ def generate_test_description(): | |
'/entity@ros_ign_interfaces/msg/[email protected]', | ||
'/contact@ros_ign_interfaces/msg/[email protected]', | ||
'/contacts@ros_ign_interfaces/msg/[email protected]', | ||
'/light@ros_ign_interfaces/msg/[email protected]', | ||
'/image@sensor_msgs/msg/[email protected]', | ||
'/camera_info@sensor_msgs/msg/[email protected]', | ||
'/fluid_pressure@sensor_msgs/msg/[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ def generate_test_description(): | |
executable='parameter_bridge', | ||
arguments=[ | ||
'/bool@std_msgs/msg/[email protected]', | ||
'/color@std_msgs/msg/[email protected]', | ||
'/empty@std_msgs/msg/[email protected]', | ||
'/float@std_msgs/msg/[email protected]', | ||
'/double@std_msgs/msg/[email protected]', | ||
|
@@ -61,6 +62,7 @@ def generate_test_description(): | |
'/entity@ros_ign_interfaces/msg/[email protected]', | ||
'/contact@ros_ign_interfaces/msg/[email protected]', | ||
'/contacts@ros_ign_interfaces/msg/[email protected]', | ||
'/light@ros_ign_interfaces/msg/[email protected]', | ||
'/image@sensor_msgs/msg/[email protected]', | ||
'/camera_info@sensor_msgs/msg/[email protected]', | ||
'/fluid_pressure@sensor_msgs/msg/[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.