Skip to content

Commit

Permalink
Remove unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb committed Sep 23, 2024
1 parent 8dcf512 commit 85ce238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion happypose_msgs/examples/meshcat_viz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"\n",
"python_version = f\"python{sys.version_info.major}.{sys.version_info.minor}\"\n",
"dist_package_path = Path(\"local\") / \"lib\" / python_version / \"dist-packages\"\n",
"ros_path = Path(\"/opt\") / \"ros\" / os.environ[\"ROS_DISTRO\"] / dist_package_path\n",
"ros_path = Path(\"/opt\") / \"ros\" / os.environ['ROS_DISTRO'] / dist_package_path\n",
"colson_ws_path = my_colcon_ws_path / \"install\" / \"happypose_msgs\" / dist_package_path\n",
"sys.path.append(ros_path.as_posix())\n",
"sys.path.append(colson_ws_path.as_posix())"
Expand Down

0 comments on commit 85ce238

Please sign in to comment.