No version for distro humble showing github. Known supported distros are highlighted in the buttons above.
Package symbol

serow_ros package from serow repo

serow_ros serow_ros2

ROS Distro
github

Package Summary

Version 1.0.0
License GPL-3.0-only
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description SEROW Framework for N Legged Robot Walking Estimation
Checkout URI https://github.com/mrsp/serow.git
VCS Type git
VCS Version master
Last Updated 2026-02-12
Dev Status UNKNOWN
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The serow_ros package

Maintainers

  • Stylianos Piperakis
  • Micheal Maravgakis

Authors

No additional authors.

Getting Started (Legacy)

These instructions will get you a copy of the project up and running on your local machine for testing purposes with ROS noetic.

Install

  • Install SEROW
  • Create a ROS workspace with mkdir -p ros_ws/src
  • cd ros_ws/src
  • ln -s $SEROW_PATH/serow_ros ./serow_ros
  • cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Minimum Robot Requirements

Using the Base Estimator to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases

Requirements

  • Robot state publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Base Estimator + CoM Estimator) to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases
  • 3D-CoM position/linear velocity
  • 3D-External forces on CoM

Requirements:

  • Robot State Publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for Center of Pressure (COP) computation in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states)

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play --pause valk.bag
  • roslaunch serow_ros serow_valk.launch
  • hit space to unpause the rosbag play

valk

NAO walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch serow_ros serow_nao.launch
  • hit space to unpause the rosbag play

nao

License

GNU GPLv3

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged serow_ros at Robotics Stack Exchange

No version for distro jazzy showing github. Known supported distros are highlighted in the buttons above.
Package symbol

serow_ros package from serow repo

serow_ros serow_ros2

ROS Distro
github

Package Summary

Version 1.0.0
License GPL-3.0-only
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description SEROW Framework for N Legged Robot Walking Estimation
Checkout URI https://github.com/mrsp/serow.git
VCS Type git
VCS Version master
Last Updated 2026-02-12
Dev Status UNKNOWN
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The serow_ros package

Maintainers

  • Stylianos Piperakis
  • Micheal Maravgakis

Authors

No additional authors.

Getting Started (Legacy)

These instructions will get you a copy of the project up and running on your local machine for testing purposes with ROS noetic.

Install

  • Install SEROW
  • Create a ROS workspace with mkdir -p ros_ws/src
  • cd ros_ws/src
  • ln -s $SEROW_PATH/serow_ros ./serow_ros
  • cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Minimum Robot Requirements

Using the Base Estimator to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases

Requirements

  • Robot state publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Base Estimator + CoM Estimator) to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases
  • 3D-CoM position/linear velocity
  • 3D-External forces on CoM

Requirements:

  • Robot State Publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for Center of Pressure (COP) computation in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states)

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play --pause valk.bag
  • roslaunch serow_ros serow_valk.launch
  • hit space to unpause the rosbag play

valk

NAO walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch serow_ros serow_nao.launch
  • hit space to unpause the rosbag play

nao

License

GNU GPLv3

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged serow_ros at Robotics Stack Exchange

No version for distro kilted showing github. Known supported distros are highlighted in the buttons above.
Package symbol

serow_ros package from serow repo

serow_ros serow_ros2

ROS Distro
github

Package Summary

Version 1.0.0
License GPL-3.0-only
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description SEROW Framework for N Legged Robot Walking Estimation
Checkout URI https://github.com/mrsp/serow.git
VCS Type git
VCS Version master
Last Updated 2026-02-12
Dev Status UNKNOWN
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The serow_ros package

Maintainers

  • Stylianos Piperakis
  • Micheal Maravgakis

Authors

No additional authors.

Getting Started (Legacy)

These instructions will get you a copy of the project up and running on your local machine for testing purposes with ROS noetic.

Install

  • Install SEROW
  • Create a ROS workspace with mkdir -p ros_ws/src
  • cd ros_ws/src
  • ln -s $SEROW_PATH/serow_ros ./serow_ros
  • cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Minimum Robot Requirements

Using the Base Estimator to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases

Requirements

  • Robot state publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Base Estimator + CoM Estimator) to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases
  • 3D-CoM position/linear velocity
  • 3D-External forces on CoM

Requirements:

  • Robot State Publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for Center of Pressure (COP) computation in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states)

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play --pause valk.bag
  • roslaunch serow_ros serow_valk.launch
  • hit space to unpause the rosbag play

valk

NAO walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch serow_ros serow_nao.launch
  • hit space to unpause the rosbag play

nao

License

GNU GPLv3

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged serow_ros at Robotics Stack Exchange

No version for distro rolling showing github. Known supported distros are highlighted in the buttons above.
Package symbol

serow_ros package from serow repo

serow_ros serow_ros2

ROS Distro
github

Package Summary

Version 1.0.0
License GPL-3.0-only
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description SEROW Framework for N Legged Robot Walking Estimation
Checkout URI https://github.com/mrsp/serow.git
VCS Type git
VCS Version master
Last Updated 2026-02-12
Dev Status UNKNOWN
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The serow_ros package

Maintainers

  • Stylianos Piperakis
  • Micheal Maravgakis

Authors

No additional authors.

Getting Started (Legacy)

These instructions will get you a copy of the project up and running on your local machine for testing purposes with ROS noetic.

Install

  • Install SEROW
  • Create a ROS workspace with mkdir -p ros_ws/src
  • cd ros_ws/src
  • ln -s $SEROW_PATH/serow_ros ./serow_ros
  • cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Minimum Robot Requirements

Using the Base Estimator to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases

Requirements

  • Robot state publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Base Estimator + CoM Estimator) to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases
  • 3D-CoM position/linear velocity
  • 3D-External forces on CoM

Requirements:

  • Robot State Publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for Center of Pressure (COP) computation in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states)

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play --pause valk.bag
  • roslaunch serow_ros serow_valk.launch
  • hit space to unpause the rosbag play

valk

NAO walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch serow_ros serow_nao.launch
  • hit space to unpause the rosbag play

nao

License

GNU GPLv3

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged serow_ros at Robotics Stack Exchange

Package symbol

serow_ros package from serow repo

serow_ros serow_ros2

ROS Distro
github

Package Summary

Version 1.0.0
License GPL-3.0-only
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description SEROW Framework for N Legged Robot Walking Estimation
Checkout URI https://github.com/mrsp/serow.git
VCS Type git
VCS Version master
Last Updated 2026-02-12
Dev Status UNKNOWN
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The serow_ros package

Maintainers

  • Stylianos Piperakis
  • Micheal Maravgakis

Authors

No additional authors.

Getting Started (Legacy)

These instructions will get you a copy of the project up and running on your local machine for testing purposes with ROS noetic.

Install

  • Install SEROW
  • Create a ROS workspace with mkdir -p ros_ws/src
  • cd ros_ws/src
  • ln -s $SEROW_PATH/serow_ros ./serow_ros
  • cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Minimum Robot Requirements

Using the Base Estimator to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases

Requirements

  • Robot state publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Base Estimator + CoM Estimator) to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases
  • 3D-CoM position/linear velocity
  • 3D-External forces on CoM

Requirements:

  • Robot State Publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for Center of Pressure (COP) computation in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states)

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play --pause valk.bag
  • roslaunch serow_ros serow_valk.launch
  • hit space to unpause the rosbag play

valk

NAO walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch serow_ros serow_nao.launch
  • hit space to unpause the rosbag play

nao

License

GNU GPLv3

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged serow_ros at Robotics Stack Exchange

No version for distro galactic showing github. Known supported distros are highlighted in the buttons above.
Package symbol

serow_ros package from serow repo

serow_ros serow_ros2

ROS Distro
github

Package Summary

Version 1.0.0
License GPL-3.0-only
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description SEROW Framework for N Legged Robot Walking Estimation
Checkout URI https://github.com/mrsp/serow.git
VCS Type git
VCS Version master
Last Updated 2026-02-12
Dev Status UNKNOWN
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The serow_ros package

Maintainers

  • Stylianos Piperakis
  • Micheal Maravgakis

Authors

No additional authors.

Getting Started (Legacy)

These instructions will get you a copy of the project up and running on your local machine for testing purposes with ROS noetic.

Install

  • Install SEROW
  • Create a ROS workspace with mkdir -p ros_ws/src
  • cd ros_ws/src
  • ln -s $SEROW_PATH/serow_ros ./serow_ros
  • cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Minimum Robot Requirements

Using the Base Estimator to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases

Requirements

  • Robot state publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Base Estimator + CoM Estimator) to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases
  • 3D-CoM position/linear velocity
  • 3D-External forces on CoM

Requirements:

  • Robot State Publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for Center of Pressure (COP) computation in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states)

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play --pause valk.bag
  • roslaunch serow_ros serow_valk.launch
  • hit space to unpause the rosbag play

valk

NAO walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch serow_ros serow_nao.launch
  • hit space to unpause the rosbag play

nao

License

GNU GPLv3

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged serow_ros at Robotics Stack Exchange

No version for distro iron showing github. Known supported distros are highlighted in the buttons above.
Package symbol

serow_ros package from serow repo

serow_ros serow_ros2

ROS Distro
github

Package Summary

Version 1.0.0
License GPL-3.0-only
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description SEROW Framework for N Legged Robot Walking Estimation
Checkout URI https://github.com/mrsp/serow.git
VCS Type git
VCS Version master
Last Updated 2026-02-12
Dev Status UNKNOWN
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The serow_ros package

Maintainers

  • Stylianos Piperakis
  • Micheal Maravgakis

Authors

No additional authors.

Getting Started (Legacy)

These instructions will get you a copy of the project up and running on your local machine for testing purposes with ROS noetic.

Install

  • Install SEROW
  • Create a ROS workspace with mkdir -p ros_ws/src
  • cd ros_ws/src
  • ln -s $SEROW_PATH/serow_ros ./serow_ros
  • cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Minimum Robot Requirements

Using the Base Estimator to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases

Requirements

  • Robot state publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Base Estimator + CoM Estimator) to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases
  • 3D-CoM position/linear velocity
  • 3D-External forces on CoM

Requirements:

  • Robot State Publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for Center of Pressure (COP) computation in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states)

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play --pause valk.bag
  • roslaunch serow_ros serow_valk.launch
  • hit space to unpause the rosbag play

valk

NAO walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch serow_ros serow_nao.launch
  • hit space to unpause the rosbag play

nao

License

GNU GPLv3

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged serow_ros at Robotics Stack Exchange

No version for distro melodic showing github. Known supported distros are highlighted in the buttons above.
Package symbol

serow_ros package from serow repo

serow_ros serow_ros2

ROS Distro
github

Package Summary

Version 1.0.0
License GPL-3.0-only
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description SEROW Framework for N Legged Robot Walking Estimation
Checkout URI https://github.com/mrsp/serow.git
VCS Type git
VCS Version master
Last Updated 2026-02-12
Dev Status UNKNOWN
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The serow_ros package

Maintainers

  • Stylianos Piperakis
  • Micheal Maravgakis

Authors

No additional authors.

Getting Started (Legacy)

These instructions will get you a copy of the project up and running on your local machine for testing purposes with ROS noetic.

Install

  • Install SEROW
  • Create a ROS workspace with mkdir -p ros_ws/src
  • cd ros_ws/src
  • ln -s $SEROW_PATH/serow_ros ./serow_ros
  • cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Minimum Robot Requirements

Using the Base Estimator to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases

Requirements

  • Robot state publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Base Estimator + CoM Estimator) to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases
  • 3D-CoM position/linear velocity
  • 3D-External forces on CoM

Requirements:

  • Robot State Publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for Center of Pressure (COP) computation in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states)

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play --pause valk.bag
  • roslaunch serow_ros serow_valk.launch
  • hit space to unpause the rosbag play

valk

NAO walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch serow_ros serow_nao.launch
  • hit space to unpause the rosbag play

nao

License

GNU GPLv3

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged serow_ros at Robotics Stack Exchange

No version for distro noetic showing github. Known supported distros are highlighted in the buttons above.
Package symbol

serow_ros package from serow repo

serow_ros serow_ros2

ROS Distro
github

Package Summary

Version 1.0.0
License GPL-3.0-only
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description SEROW Framework for N Legged Robot Walking Estimation
Checkout URI https://github.com/mrsp/serow.git
VCS Type git
VCS Version master
Last Updated 2026-02-12
Dev Status UNKNOWN
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The serow_ros package

Maintainers

  • Stylianos Piperakis
  • Micheal Maravgakis

Authors

No additional authors.

Getting Started (Legacy)

These instructions will get you a copy of the project up and running on your local machine for testing purposes with ROS noetic.

Install

  • Install SEROW
  • Create a ROS workspace with mkdir -p ros_ws/src
  • cd ros_ws/src
  • ln -s $SEROW_PATH/serow_ros ./serow_ros
  • cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Minimum Robot Requirements

Using the Base Estimator to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases

Requirements

  • Robot state publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Base Estimator + CoM Estimator) to estimate:

  • 3D-Base position/orientation/linear velocity
  • 3D-Contact foot position/orientation
  • IMU biases
  • 3D-CoM position/linear velocity
  • 3D-External forces on CoM

Requirements:

  • Robot State Publisher (e.g. topic: /joint_states)
  • IMU (e.g. topic /imu0)
  • Feet Pressure or Force/Torque sensors for Center of Pressure (COP) computation in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states)

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play --pause valk.bag
  • roslaunch serow_ros serow_valk.launch
  • hit space to unpause the rosbag play

valk

NAO walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch serow_ros serow_nao.launch
  • hit space to unpause the rosbag play

nao

License

GNU GPLv3

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged serow_ros at Robotics Stack Exchange