PythonRobotics icon indicating copy to clipboard operation
PythonRobotics copied to clipboard

Python sample codes for robotics algorithms.

Results 33 PythonRobotics issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Sometimes the path produced by RRT* with reeds-sheep script rrt_star_reeds_shepp.py seems not allowed: there are sharp corners in the path. **Expected behavior** allowed path **Screenshots** ![Screenshot from...

bug
help wanted

Currently the tests are located in `tests` folder which also contains an `__init__.py` file. It should not be there as it causes quite some import issues as described [here](https://stackoverflow.com/questions/41748464/pytest-cannot-import-module-while-python-can) Also...

#### Reference issue Fix #713 #### What does this implement/fix? #### Additional information #### CheckList -[] Did you add an unittest for your new example or defect fix? -[] Did...

Currently, only `state_lattice_planner.py` use Pandas for importing csv path file. If we use [numpy.loadtxt](https://numpy.org/doc/stable/reference/generated/numpy.loadtxt.html) for it we can remove pandas dependency.

when i run the code extended kalman filter for localisation, it shows the following error: File "/home/masoumeh/catkin_ws/src/yocs_velocity_smoother/extended_kalman_filter/extended_kalman_filter.py", line 39 z = observation_model(xTrue) + GPS_NOISE @ np.random.randn(2, 1) ^ SyntaxError: invalid...

I think this function helps to calculate path orientation and curvature, it will be useful for navigation. http://scipy.github.io/devdocs/reference/generated/scipy.interpolate.splder.html#scipy.interpolate.splder

Not a bug! Simply a note that I will work on suppressing the warnings. Thanks. **Describe the deprecated feature** warnings.warn(msg, UserWarning) /usr/local/lib/python3.10/dist-packages/cvxpy/expressions/expression.py:593: UserWarning: This use of ``*`` has resulted in...

help wanted

#### Reference issue #### What does this implement/fix? #### Additional information #### CheckList - [ ] Did you add an unittest for your new example or defect fix? - [...

**Describe the bug** move_to_pose.py simulation result not consistent with book. The trajectory is obviously not consistent with the book, fig. 4.14 **Expected behavior** The trajectory should at least look similar...