Skip to content

Commit d52496c

Browse files
authored
AIRO-687 Update ROS topic to SourceDestination_input (#246)
* AIRO-687 Update ROS topic to SourceDestination_input for pick and place demo * Update CHANGELOG.md
1 parent 7037714 commit d52496c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1414

1515
### Changed
1616

17+
Changed the Pick and Place Demo's topic from SourceDestination to SourceDestination_input
18+
1719
### Deprecated
1820

1921
### Removed

tutorials/pick_and_place/ROS/src/niryo_moveit/scripts/server_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main():
1515

1616
# Start the Server Endpoint with a ROS communication objects dictionary for routing messages
1717
tcp_server.start({
18-
'SourceDestination_input': RosPublisher('SourceDestination', NiryoMoveitJoints, queue_size=10),
18+
'SourceDestination_input': RosPublisher('SourceDestination_input', NiryoMoveitJoints, queue_size=10),
1919
'NiryoTrajectory': RosSubscriber('NiryoTrajectory', NiryoTrajectory, tcp_server),
2020
'niryo_moveit': RosService('niryo_moveit', MoverService),
2121
'niryo_one/commander/robot_action/goal': RosSubscriber('niryo_one/commander/robot_action/goal', RobotMoveActionGoal, tcp_server),

0 commit comments

Comments
 (0)