Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualize emergency stop margin in footstep_visualizer #529

Open
garaemon opened this issue Dec 10, 2015 · 0 comments
Open

Visualize emergency stop margin in footstep_visualizer #529

garaemon opened this issue Dec 10, 2015 · 0 comments

Comments

@garaemon
Copy link
Member

@YutaKojio

#!/usr/bin/env python

from hrpsys_ros_bridge.srv import OpenHRP_StabilizerService_getParameter as getParameter
import rospy


if __name__ == "__main__":
    rospy.init_node("stabilizer_watcher")
    g_get_parameter_srv = rospy.ServiceProxy("/StabilizerServiceROSBridge/getParameter", getParameter)
    r = rospy.Rate(0.1)
    while not rospy.is_shutdown():
        print g_get_parameter_srv().i_param.cp_check_margin
        r.sleep()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant