Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
1 parent 85ce238 commit 640d852
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 640d852

Please sign in to comment.