Skip to content

Commit

Permalink
refactor: change service file generation order
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jan 1, 2024
1 parent b0845a5 commit 0e3c1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ add_message_files(
## Generate services in the 'srv' folder
add_service_files(
FILES
LockJoints.srv
AddBox.srv
AddPlane.srv
GetControlledJoints.srv
Expand All @@ -74,7 +75,6 @@ add_service_files(
GetEeRpy.srv
GetRandomEePose.srv
GetRandomJointPositions.srv
LockJoints.srv
SetEePose.srv
SetGripperWidth.srv
SetJointCommands.srv
Expand Down

0 comments on commit 0e3c1c8

Please sign in to comment.