Skip to content

Commit

Permalink
Merge pull request #22 from shitoujie/master
Browse files Browse the repository at this point in the history
test: 调整cpu频率适合shitoujie的电脑,改导航目标点
  • Loading branch information
shitoujie authored Feb 26, 2024
2 parents 35ac6b3 + 88d4059 commit 7e970b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo "server is finished"

docker run -it --rm --name client --network net-sim \
--gpus all \
--cpus=8 -m 8192M \
--cpus=7.0 -m 8192M \
-e ROS_MASTER_URI=http://ros-master:11311 \
-e DISPLAY=$DISPLAY \
-e QT_X11_NO_MITSHM=1 \
Expand Down
2 changes: 1 addition & 1 deletion src/rmus_solution/scripts/navi_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self) -> None:
12: ("block12", [0.575, 0.989, pi], [0.025, 0.05]),

21: ("block21", [2.532, 0.404, -pi/2], [0.05, 0.1]),
22: ("block22", [1.793,-0.196, 0], [0.05, 0.1]),
22: ("block22", [1.810,-0.196, 0], [0.05, 0.1]),

31: ("block31", [1.276, 3.103,3*pi/4], [0.05, 0.1]),
32: ("block32", [0.264, 3.1, pi / 4], [0.05, 0.1]),
Expand Down

0 comments on commit 7e970b5

Please sign in to comment.