Skip to content

Commit e881d73

Browse files
committed
Add $ to create xacro list
1 parent 1f838e2 commit e881d73

File tree

1 file changed

+1
-1
lines changed
  • clearpath_generator_common/clearpath_generator_common/semantic_description

1 file changed

+1
-1
lines changed

clearpath_generator_common/clearpath_generator_common/semantic_description/manipulators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def parameters(self) -> dict:
4949
return {
5050
'name': self.manipulator.name,
5151
'group_state': self.pose.name,
52-
'joint_positions': f"{{[{', '.join(str_joints)}]}}"
52+
'joint_positions': f"${{[{', '.join(str_joints)}]}}"
5353
}
5454

5555
def blocks(self) -> str:

0 commit comments

Comments
 (0)