Code Monkey home page Code Monkey logo

homework20150415's Introduction

homework20150415

homeworks for agent system

  1. Create your github account
  2. Set your profile
  3. Register your information to google docs (Due. 04/23) https://docs.google.com/spreadsheets/d/1GaMI16ITUWpYn3JHbWIZvhtHnBBcHC33f4WcgMq5VuE/edit?usp=sharing
  4. Setup ROS / Euslisp on your PC
  • for Ubuntu 12.04
sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install ros-hydro-roseus
# you may have to reboot
echo "source /opt/ros/hydro/setup.bash" >> ~/.bashrc
source ~/.bashrc
rosrun euslisp irteusgl
  • for Ubuntu 12.10 and above
sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros-latest.list'
wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install ros-indigo-ros-base
sudo apt-get install ros-indigo-roseus
# you may have to reboot
echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc
source ~/.bashrc
rosrun euslisp irteusgl
  1. Execute on irteusgl below:
(load "irteus/demo/demo.l")
(hand-grasp) ;; or (particle)
  1. Take screenshot of the IRTViewer window
  2. Fork this(agent-system/homework20150415) repository
  3. Clone forked repository to your workspace on local machine (e.g.: /home/<your account>/agentsystem)
cd /home/<your account>/agentsystem
git clone https://github.com/<your user name>/homework20150415
cd homework20150415
  1. Checkout a branch to push
git checkout -b my-first-homework
  1. Copy the screenshot to this directory
cp <screenshot directory>/screenshotXXX.png ./<your student id>.png
  1. Commit your change
git add <your student id>.png
git commit -m "add my awesome screenshot"
  1. Push your change to github
git push origin my-first-homework
  1. Create Pull-request to agent-system/homework20150415

homework20150415's People

Contributors

inabajsk avatar aginika avatar eisoku9618 avatar annzept avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.