Skip to content

Commit b04391c

Browse files
Fix source destination logging (#308)
1 parent 471f5d2 commit b04391c

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
@@ -26,6 +26,8 @@ Add the [Close Stale Issues](https://github.com/marketplace/actions/close-stale-
2626

2727
Fixed dotnet format
2828

29+
Fixed Source Destination topic on the ROS side
30+
2931
## v0.5.1
3032

3133
### Changed

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

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

1616
def listener():
1717
rospy.init_node('Trajectory_Subscriber', anonymous=True)
18-
rospy.Subscriber("SourceDestination", NiryoMoveitJoints, callback)
18+
rospy.Subscriber("SourceDestination_input", NiryoMoveitJoints, callback)
1919

2020
# spin() simply keeps python from exiting until this node is stopped
2121
rospy.spin()

0 commit comments

Comments
 (0)