Skip to content

Commit

Permalink
Fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Mar 19, 2021
1 parent bdb71d9 commit a56005b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion msg/CartesianPoint.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This message defines a point in a cartesian trajectory
geometry_msgs/Pose pose
geometry_msgs/Twist velocity
geometry_msgs/Accel acceleration
geometry_msgs/Accel acceleration
2 changes: 1 addition & 1 deletion msg/JointConstraint.msg
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ float64 tolerance_above
float64 tolerance_below

# A weighting factor for this constraint (denotes relative importance to other constraints. Closer to zero means less important)
float64 weight
float64 weight
1 change: 0 additions & 1 deletion msg/PositionIKRequest.msg
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ geometry_msgs/PoseStamped[] pose_stamped_vector

# Maximum allowed time for IK calculation
duration timeout

2 changes: 1 addition & 1 deletion srv/LoadMap.srv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
string filename
---
bool success
bool success
2 changes: 0 additions & 2 deletions srv/SaveMap.srv
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ string filename
---

bool success


1 change: 0 additions & 1 deletion srv/SetPlannerParams.srv
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ PlannerParams params
bool replace

---

0 comments on commit a56005b

Please sign in to comment.