Commit Graph

16 Commits

Author SHA1 Message Date
parmaski
2a489b3b82 Fix: dead link URL in doc (#1087)
* fix dead url links

* change link to MPC course

* remove dead link
2025-01-24 13:28:12 +09:00
Atsushi Sakai
95eedba447 Fix lint error (#1124) 2025-01-24 13:24:26 +09:00
Weipu Shan
4bc7048044 fix: arm_obstacle_navigation calc_heuristic_map node through 4 corners error (#1034)
* fix: arm_obstacle_navigation calc_heuristic_map node through 4 corners error

* style: remove trailing whitespace
2024-12-20 21:32:57 +09:00
Fabiha Tasneem
a141cf4180 Fixed Inappropriate Logical Expression (#945) 2023-12-03 22:12:00 +09:00
Tim Gates
c6bdd48715 docs: Fix a few typos (#695)
There are small typos in:
- ArmNavigation/arm_obstacle_navigation/arm_obstacle_navigation.py
- ArmNavigation/arm_obstacle_navigation/arm_obstacle_navigation_2.py
- docs/modules/slam/FastSLAM1/FastSLAM1_main.rst
- docs/modules/slam/ekf_slam/ekf_slam_main.rst

Fixes:
- Should read `configuration` rather than `configuation`.
- Should read `trajectory` rather than `tracjectory`.
- Should read `prediction` rather than `prediciton`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-19 07:22:09 +09:00
Göktuğ Karakaşlı
9ca7d8f148 add comment for stopping the simulation 2019-12-14 14:50:32 +03:00
Göktuğ Karakaşlı
d019e416ba exit on key 2019-12-07 14:30:18 +03:00
Atsushi Sakai
f0b6b7a94d code clean up for LGTM 2019-02-03 10:00:09 +09:00
Atsushi Sakai
4880986bb5 fix code for coveralls 2019-02-02 16:51:00 +09:00
Atsushi Sakai
d6fb8d6f82 remove error on codefactor 2019-02-01 20:57:52 +09:00
Atsushi Sakai
98b9f5e84b remove all gif 2019-01-31 15:59:17 +09:00
Atsushi Sakai
b4434e4737 fix limit 2019-01-13 09:10:27 +09:00
Tullio Facchinetti
a558096a83 Added modified version of the arm obstacle avoidance simulation.
Most of the code comes from the great original simulation.
In this version, both the work space and joint space visualization are
done in the same figure, which provides a better understanding of the
simulation.

Obstacles have been made more tricky in the joint space.

Added facility to stop the simulatino by pressing 'q'.

Added some comments.
2019-01-07 14:48:08 +01:00
Atsushi Sakai
3a7f3c5587 code clean up for lgtm 2018-11-23 11:03:50 +09:00
Atsushi Sakai
38c78a44d7 add animation 2018-10-03 20:58:58 +09:00
Daniel Ingram
79ccc7650e Robotic arm navigating obstacles with A* 2018-10-01 13:43:00 -04:00