Skip to content

Project realized within the course of Real Time Language at the ENSEEIHT.

Notifications You must be signed in to change notification settings

Dayonixe/N7_RobotMoustache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Project - Robot Moustache

Team : Nouhaila A. & Théo Pirouelle

laguage-Lustre

Lustre Installation

Download link

Controls to use the Lustre controls:

export LUSTRE_INSTALL=[chemin_vers_le_repertoire]/lustre-v4-III-ea-linux64/
source $LUSTRE_INSTALL/setenv.sh

Use of the robot

The robot connects to the host PC via a USB port. On the host PC, in the network settings, go to the USB Ethernet network connection, in the wired connection settings and in IPV4, select "local network only", deactivate DNS and Routes.

On the host PC:

# Compile
lus2c tp3_robot.lus main_robot

# Sending the files
scp main_robot.c robot@[adresse_ip_du_robot]:ev3dev-c/eg/robot_isae/.
scp main_robot.h robot@[adresse_ip_du_robot]:ev3dev-c/eg/robot_isae/.
scp main_robot_ext.h robot@[adresse_ip_du_robot]:ev3dev-c/eg/robot_isae/.

On the robot:

# Access to the robot
ssh robot@[adresse_ip_du_robot]

# Compile
make release

# Launch the robot
/home/robot/ev3dev-c/eg/robot_isae/Release/robot_isae

robot

About

Project realized within the course of Real Time Language at the ENSEEIHT.

Topics

Resources

Stars

Watchers

Forks