エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
BluetoothでPCとジョイコンを接続してください。下図のボタンでBlutooth接続モードになります。 コード ... BluetoothでPCとジョイコンを接続してください。下図のボタンでBlutooth接続モードになります。 コード これをコピペすればすぐ使えます。 #! /usr/bin/env python # -*- coding: utf-8 -*- import rospy from geometry_msgs.msg import Twist from turtlesim.msg import Pose import pygame from pygame.locals import * import time class joyconController: def __init__(self): rospy.init_node('joycon_node', anonymous=True) self.twist_pub = rospy.Publisher('cmd_vel', Twist, q